body 
{
    background-color: #000000 !important; 
    font-family:'Open Sans',sans-serif;
}

h1 
{
    margin-top: 0px !important 
}

h3, h2 
{
    margin: 0 !important;
}

.attention
{
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-style: normal;
}

.message
{
    background-color: white; 
}

.textField
{
    width: 75% !important;
    position: relative;
    left: 25px;
}

.textBlock
{
    display: block;
    text-align: center;
    color:white;
    background-color: #000000 !important;
}

.communityLogo 
{
    height: 55%;
    width: 55%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 122px;
    padding-top: 25%;

    display: block;
}

.textContainer
{
	margin-bottom:10px;
	padding:12px;
	background-color:white;
	border:0px solid transparent;
}

.blackBackground
{
    background-color: #000000 !important;
}

input[type=submit]
{
    width:100% !important;
    margin-top:15px;
    margin-bottom:5px;
    margin-left:0px;
    margin-right:0px;
    color:#fff;
    background-color:#df1d38;
    border-color:#df1d38;
    display:inline-block;
    text-align:center;
    vertical-align:middle;
    background-image:none;
    border:1px solid transparent;
    white-space:nowrap;
    padding:10px 12px;
    font-size:16px;
    font-family:'Open Sans',sans-serif;
    font-weight:300;
    line-height:1.42857143;
    border-radius:2px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
}

input[type=submit]:hover
{
    background-color: #444444;
    border-color: #444444;
    cursor:pointer;
}

input[type=text], input[type=password]
{
    margin-left:10px;
    margin-top:3px;
    border:0px solid transparent;
    width:70%;
    -webkit-appearance:none;
    font-size:14px;
    outline: 0px;
}

a, a:hover, a:focus
{
    color:white !important;
    text-decoration:none !important;
    border: 0px !important;
}

#error {text-align:center;color:#ff0000}
#icon_user {float:left;width:23px;height:25px;padding-top:1px;padding-left:2px;margin:0px;}
#icon_lock {float:left;width:23px;height:25px;padding-top:1px;padding-left:2px;margin:0px;}
#sfdc_employee_login_link {text-align: center;}
#sfdc_login {padding-left: 15px;padding-right: 15px;margin-bottom: 10px;margin-left: auto;margin-right: auto;}
#sfdc_widget::before {content: '';position: absolute;left: -20px;right: -20px;padding: 20px;box-shadow: 0px 2px 6px #777777;
    -webkit-box-shadow: 0px 2px 6px #777777;-moz-box-shadow: 0px 2px 6px #777777;background-color: #F0F0F0;
    border-radius: 4px;opacity: 0;}
#sfdc_widget {min-width: 280px;max-width: 390px;margin-left: auto;margin-right: auto;position: relative;top: 33%;}
#sfdc_login_widget {margin-bottom: 15px;}

@charset "UTF-8";

.login-icon
{
    color:#ccc;
    font-size:22px;
    text-align: center;
}

[data-icon]:before 
{
    font-family: 'signin' !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
